internal/runtime/maps.groupReference.key (method)
54 uses
internal/runtime/maps (current package)
group.go#L278: func (g *groupReference) key(typ *abi.SwissMapType, i uintptr) unsafe.Pointer {
map.go#L452: slotKey := g.key(typ, i)
map.go#L539: slotKey := g.key(typ, i)
map.go#L569: slotKey := g.key(typ, i)
map.go#L613: key := g.key(typ, i)
map.go#L686: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L38: slotKey := g.key(typ, 0)
runtime_fast32_swiss.go#L68: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L107: slotKey := g.key(typ, 0)
runtime_fast32_swiss.go#L137: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L165: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L183: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L258: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L297: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L391: slotKey := g.key(typ, i)
runtime_fast32_swiss.go#L430: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L38: slotKey := g.key(typ, 0)
runtime_fast64_swiss.go#L68: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L107: slotKey := g.key(typ, 0)
runtime_fast64_swiss.go#L137: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L165: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L183: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L258: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L297: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L335: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L353: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L430: slotKey := g.key(typ, i)
runtime_fast64_swiss.go#L469: slotKey := g.key(typ, i)
runtime_faststr_swiss.go#L23: slotKey := g.key(typ, 0)
runtime_faststr_swiss.go#L50: slotKey = g.key(typ, uintptr(j))
runtime_faststr_swiss.go#L62: slotKey = g.key(typ, 0)
runtime_faststr_swiss.go#L144: slotKey := g.key(typ, i)
runtime_faststr_swiss.go#L203: slotKey := g.key(typ, i)
runtime_faststr_swiss.go#L231: slotKey := g.key(typ, i)
runtime_faststr_swiss.go#L251: slotKey := g.key(typ, i)
runtime_faststr_swiss.go#L326: slotKey := g.key(typ, i)
runtime_faststr_swiss.go#L368: slotKey := g.key(typ, i)
runtime_swiss.go#L92: slotKey := g.key(typ, i)
runtime_swiss.go#L166: slotKey := g.key(typ, i)
runtime_swiss.go#L260: slotKey := g.key(typ, i)
runtime_swiss.go#L303: slotKey := g.key(typ, i)
table.go#L203: slotKey := g.key(typ, i)
table.go#L236: slotKey := g.key(typ, i)
table.go#L282: slotKey := g.key(typ, i)
table.go#L331: slotKey := g.key(typ, i)
table.go#L393: slotKey := g.key(typ, i)
table.go#L424: slotKey := g.key(typ, i)
table.go#L697: key := it.group.key(it.typ, k)
table.go#L840: key := it.group.key(it.typ, slotIdx)
table.go#L933: key := it.group.key(it.typ, slotIdx)
table.go#L1062: key := g.key(typ, j)
table.go#L1103: key := g.key(typ, j)
table_debug.go#L37: key := g.key(typ, j)
table_debug.go#L114: dump(g.key(typ, j), typ.Key.Size_)